Extension point factoryDescriptor
In component org.nuxeo.ecm.directory.DirectoryServiceImpl
Documentation
This extension point can be used to register directory factories.
The XML extension can contain an arbitrary number of factory declarations of the form:
Here, Foo must be a class that implements the org.nuxeo.ecm.directory.DirectoryFactory interface
Contribution Descriptors
- Class: org.nuxeo.ecm.directory.DirectoryFactoryDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="factoryDescriptor" target="org.nuxeo.ecm.directory.DirectoryServiceImpl"> <factoryDescriptor component="org.nuxeo.ecm.directory.ldap.LDAPDirectoryFactory"/> </extension>
-
<extension point="factoryDescriptor" target="org.nuxeo.ecm.directory.DirectoryServiceImpl"> <factoryDescriptor component="org.nuxeo.ecm.directory.sql.SQLDirectoryFactory"/> </extension>
-
<extension point="factoryDescriptor" target="org.nuxeo.ecm.directory.DirectoryServiceImpl"> <factoryDescriptor component="org.nuxeo.ecm.directory.multi.MultiDirectoryFactory"/> </extension>